strengthCheck

abstract suspend fun strengthCheck(parameters: Passwords.StrengthCheckParameters): PasswordStrengthCheckResponse

This method allows you to check whether or not the member’s provided password is valid, and to provide feedback to the member on how to increase the strength of their password.

Return

PasswordStrengthCheckResponse

Parameters

parameters

required to advise on password strength


abstract fun strengthCheck(parameters: Passwords.StrengthCheckParameters, callback: (PasswordStrengthCheckResponse) -> Unit)

This method allows you to check whether or not the member’s provided password is valid, and to provide feedback to the member on how to increase the strength of their password.

Parameters

parameters

required to advise on password strength

callback

a callback that receives a PasswordStrengthCheckResponse